home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / B50PROGS.SHR / SEIII.B50 < prev    next >
Encoding:
Text File  |  1995-06-08  |  3.9 KB  |  110 lines

  1. REM
  2. REM The file name of this file is SEIII.B50
  3. REM
  4. REM                          Strike Eagle III by MPS
  5. REM
  6. REM                        F16C Block 50 FLCS B50 file
  7. REM
  8. REM               Written and Tested by Steve Voege - August, 1994
  9. REM ╔═══════════════════════════════════════════════════════════════════════╗
  10. REM ║Mark II WCS Base Switch Settings                                       ║
  11. REM ║Black Hat switch = Digital                                             ║
  12. REM ║Red Switch       = Analog                                              ║
  13. REM ╚══════════════════════════ ═════════════════════════════════════════════╝
  14. REM ╔═════════════════════════════════════════════════════════════╗
  15. REM ║Game Settings: (Settings required for this game to use WCSII)║
  16. REM ╚═════════════════════════════════════════════════════════════╝
  17. REM
  18. REM Choose JOYSTICK with THROTTLE in SE III
  19. REM
  20.  
  21. RATE 60
  22.  
  23. USE WCS
  24.  
  25. REM ╔═════════════════════════════════════════════════════╗
  26. REM ║ Place Mdef files below this line (i.e. Mdef Newname)║
  27. REM ╚═════════════════════════════════════════════════════╝
  28.  
  29. Mdef SEIII
  30.  
  31. REM ╔════════════════════════════════════════════════════════╗
  32. REM ║ Change 'SEIII' to the name of the MDF file that you    ║
  33. REM ║ want your B50 file to reference.  For example, if you  ║
  34. REM ║ create a new B50 file called NEWSIM.B50, you might want║
  35. REM ║ the line above to read 'Mdef NEWSIM'.                  ║
  36. REM ╚════════════════════════════════════════════════════════╝
  37.  
  38. REM ╔════════════════════════════════════════════════════════════╗
  39. REM ║ Place special macros below this line (i.e. @macroname, etc)║
  40. REM ╚════════════════════════════════════════════════════════════╝
  41.  
  42. REM ╔════════════════════════╗
  43. REM ║FLCS Buttons Commands:  ║
  44. REM ╚════════════════════════╝
  45.  
  46. SWAPTG
  47.  
  48. BTN TG2 /N GunsSelect
  49.  
  50. REM ╔═══════════════════════════════════════════════════════════════════╗
  51. REM ║ Because Analog throttle is used the HAT MUST be passed DIGITAL... ║
  52. REM ║ In order for the views to work properly TURN NUMLOCK OFF once you ║
  53. REM ║ are in the cockpit..(SE III turns it ON upon entering the cockpit)║
  54. REM ║ The views are handled by toggling NUMLOCK ON then OFF again...    ║
  55. REM ╚═══════════════════════════════════════════════════════════════════╝
  56.  
  57. BTN H1U (NUML KP8 NUML)
  58. BTN H1L (NUML KP4 NUML)
  59. BTN H1R (NUML KP6 NUML)
  60. BTN H1D (NUML KP2 NUML)
  61.  
  62. BTN S1 /T Sidewinder
  63.        /T SparrowAMRAAM
  64. BTN S2 /N SPC               REM SPC can't be defined thus the direct Macro
  65. BTN S3 /N MasterToggle
  66. BTN S4 /N Autopilot
  67.  
  68. BTN H2U (DesignateTarget IFF)
  69. BTN H2L Auto/BoreSight
  70. BTN H2R BreakLock
  71. BTN H2D LockTarget
  72.  
  73. BTN H3U AntUp
  74. BTN H3L RadarRange
  75. BTN H3R L/SRangeScan
  76. BTN H3D AntDown
  77.  
  78. BTN H4U /T IncHUDBrightness
  79.         /T DecHUDBrightness
  80. BTN H4L /N DeclutterHUD
  81. BTN H4R /N NextSeqPoint
  82. BTN H4D /N FLIR
  83.  
  84. REM ╔════════════════════════╗
  85. REM ║WCS II Button Commands  ║
  86. REM ╚════════════════════════╝
  87.  
  88. BTN T1 Chaff
  89. BTN T2 Flare
  90. BTN T3 Padlock
  91. BTN T4 AWACS
  92. BTN T5 /P /N Brake
  93.        /R Brake
  94. BTN T6 /N FrontBackSeat
  95. BTN T7 /N GearUp
  96. BTN T8 /N GearDn
  97.  
  98. REM ╔═══════════════════════════════════════════════════════════════════╗
  99. REM ║                                                                   ║
  100. REM ║ NOTE: THIS FILE IS TO BE USED WITH THE F16C BLOCK 50 FLCS         ║
  101. REM ║ Joystick made exclusively by ThrustMaster, Inc.                   ║
  102. REM ║                                                                   ║
  103. REM ║ The F16C Block 50 Flight Control Systems are so REALISTIC they    ║
  104. REM ║ look like they've just come out of an F16C!! To order yours today ║
  105. REM ║ dial 503-639-3200 or fire up the FAX machine and send a FAX  to   ║
  106. REM ║ ThrustMaster, Inc. and ask for the Order department.  Have your   ║
  107. REM ║ Visa or MasterCard ready and prepare yourself for the newest      ║
  108. REM ║ adventure in Flight Control Systems!!! HAPPY THRUSTMASTERING!!!   ║
  109. REM ╚═══════════════════════════════════════════════════════════════════╝
  110.